- closeWebsocket
void closeWebsocket(WasmWebsocket )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- connectWebsocket
WasmWebsocket connectWebsocket(JSStringType url, JSDelegateType!(void delegate()) onConnected, JSDelegateType!(void delegate()) onClose, JSDelegateType!(void delegate(size_t id)) onFirstMessage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- websocketGetData
ubyte* websocketGetData(WasmWebsocket )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- websocketSendData
void websocketSendData(WasmWebsocket , uint from, uint to, size_t length, ubyte* dataPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.